[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Class Choice:
~~~~~~~~~~~~~~
This class combines properties of simple window Win and clipper function
AChoice.


Common use:
~~~~~~~~~~~
LOCAL OBJECT Cho OF Choice
Cho:Init(...)                //or Cho:FastInit(...)
n:=Cho:Process()
Cho:Done()

Due to inheritance the methods Hide() and Show() inherited from class Win
can be used for an object of class Choice. The menu can be temporary saved
and then redisplayed and after that by method Choice:Process() call can be
started the menu choice.

Source code of class Choice is in C_Choice.prg

See Also: Win Box Mnu Menu AValid DbfValid Color Class hierarchy
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson